home *** CD-ROM | disk | FTP | other *** search
- function FNsendAndLoad()
- {
- LVwrite = new LoadVars();
- LVwrite.game_id = _root.game_id;
- LVwrite.user_id = _root.user_id;
- LVwrite.pass = _root.homepage;
- LVwrite.score = _root.score;
- LVwrite.onLoad = function()
- {
- _root.ranking = this.result;
- delete LVwrite;
- };
- LVwrite.sendAndLoad("http://" + _root.homepage + "/" + _root.site + "/end." + _root.prog + "?ran=" + random(1000),LVwrite,"POST");
- getURL("javascript:end_game(" + _root.score + ")","");
- }
- _root.score = score_num;
- _root.FNsendAndLoad();
- if(_root.check_id == "" || _root.check_id == undefined || _root.check_id == null)
- {
- _root.user_id = "guest";
- _root.nextFrame();
- }
-